# Request backfill from FASP provider

Sends a backfill request to the specified FASP provider for the given content category. The remote provider will then deliver historical data back to this server. Requires Federation.Manage permission.

RBAC: requires Federation.Manage

Endpoint: POST /api/v1/admin/fasp/providers/{faspId}/backfill
Version: 1.0
Security: header

## Path parameters:

  - `faspId` (integer, required)
    FASP provider ID

## Request fields (application/json):

  - `category` (string, required)
    Content category to backfill
    Enum: "content", "account", "group", "unknown"


## Response 400 fields
